home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_479 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-10-08  |  262b  |  21 lines

  1. on(release){
  2.    if(ith == 1)
  3.    {
  4.       if(it == 10)
  5.       {
  6.          gotoAndPlay(3008);
  7.       }
  8.       else
  9.       {
  10.          tellTarget("ee")
  11.          {
  12.             play();
  13.          }
  14.       }
  15.    }
  16.    else
  17.    {
  18.       gotoAndPlay(3008);
  19.    }
  20. }
  21.